home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Prog / U-Z / Viewer.src.cpt / Viewer.doc < prev    next >
Encoding:
Text File  |  1988-01-01  |  2.4 KB  |  54 lines  |  [TEXT/KAHL]

  1. Viewer 2.0
  2.   A Desk Accessory for reading and copying from large files.
  3.  
  4. Copyright © Steven R. Costenoble, 1987
  5. Copyright © THINK Technologies, Inc., 1986
  6. Certain portions of this software are copyrighted by THINK
  7. Technologies, Inc.
  8.  
  9.      Viewer is a desk accessory designed to make it easy to deal with
  10. large text files, particularly ones larger than 32K.  I wrote it
  11. to help read large text downloads from bulletin boards. It presents any 
  12. text file in a window, with both horizontal and vertical scroll bars to 
  13. allow movement through the file in the usual way.  Text may be selected 
  14. for copying to the clipboard, using the standard text selection techniques.
  15. Copying occurs when you select Copy from an application's Edit menu, or 
  16. when you type Command-C.  Automatic scrolling is not implemented in 
  17. this version.
  18.  
  19.      When first started, Viewer asks for a file to show you, via a
  20. standard GetFile dialog.  When active, Viewer installs a menu to allow
  21. you to open a new file (closing the one that is open), set tab stops,
  22. and quit.  You can also shut down the DA by clicking in the close box
  23. of its window.
  24.  
  25.      The position of the indicator in the vertical scroll bar represents
  26. the position in the file of the first character on the screen.  It is
  27. calculated in percent, which may explain some strange behavior at times.
  28.  
  29.      Since Viewer was designed mainly to deal with long downloads of
  30. messages from bulletin boards, it does not wrap lines, and in fact
  31. truncates all lines at 255 characters.  It is not useful for reading
  32. Macintosh style text files where each paragraph is one line.
  33.  
  34.      Viewer keeps in memory only that part of the file that you see
  35. on the screen, so there is no limit on the size of the file that you
  36. can view.
  37.  
  38. Caveats:
  39.  
  40.    --You may select a block of text of any size to copy to the clipboard.
  41. Remember, though, that the clipboard was designed to hold small amounts
  42. of data.  Be prepared for the copy to fail if you select a very large
  43. amount.  The amount you can copy will usually depend on how much
  44. memory you have available.
  45.  
  46.    --Viewer was written and tested on a 512KE.  It should work on most
  47. other configurations, but let me know if it does not.  This version was
  48. written using LightspeedC, v2.11.
  49.  
  50. Viewer is free.  Let me know of any bugs, comments, or suggestions.
  51. I am S.COSTENOBLE on GEnie, and 73267,3674 on CompuServe (which I check
  52. into only irregularly).  You can also reach me at the math department 
  53. of Hofstra University, Hempstead, NY 11550.
  54.